e.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

a,.transition,.g-head .wal,:before,img {
    -webkit-transition: All .5s ease;
    transition: All .5s ease
}

.zoomImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block
}

.zoomImg:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.zoomImg:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.zoomImg:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 100px
}

body {
    font-size: 12px;
    font-family: Arial;
}

body.show {
    opacity: 1
}

a {
    color: #333;
    text-decoration: none;
    outline: none
}

a:active {
    star: expression(this.onFocus=this.blur())
}

a:link {
    text-decoration: none;
    outline: none
}

a:visited {
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none;
    color: #025ab7;
    outline: none
}

li {
    list-style: outside none
}

h1 {
    font-size: 16px
}

h2,h3,h4,h5 {
    font-size: 14px
}

h5 {
    font-size: 12px
}

textarea,input {
    background: transparent;
    font-size: 12px;
    color: #888;
    outline: none;
    border: 0;
}

em {
    font-style: normal
}

img {
    vertical-align: middle;
    width: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.wal {
    max-width: 14.4rem;
    margin: 0 auto;
}

@font-face {
    font-family: "iconfont";
    src: url("../fonts/font_2640790_axgzw1pmuba.woff2") format("woff2"),url("../fonts/font_2640790_axgzw1pmuba.woff") format("woff"),url("../fonts/font_2640790_axgzw1pmuba.ttf") format("truetype")
}

.iconfont {
    font-family: "iconfont"
}

@font-face {
    font-family: "Impact";
    src: url(../fonts/impact.woff2) format("woff2"),url(../fonts/impact.woff) format("woff"),url(../fonts/impact.ttf) format("truetype"),url(../fonts/impact.eot) format("embedded-opentype"),url(../fonts/impact.svg) format("svg");
    font-weight: normal;
    font-style: normal
}
.BMap_pop{height: auto;background:#fff;width: 250px;height: 111px;}
.g-head .head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
    border-bottom: rgba(255,255,255,.15) solid 1px;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    padding: 0 .6rem
}
.g-head .head::after {content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(180deg,rgba(0,31,90,0) 0%,#001F5A 66.08%);transform:matrix(1,0,0,-1,0,0);z-index:-1;}
.g-head .head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(14deg,#0967C2,#293E86);
    background: linear-gradient(76deg,#0967C2,#293E86);
    opacity: 0.3;
}

.g-head.on .head:before {
    opacity: 1
}

.g-head .wal {
    height: 1rem;
    position: relative;
    max-width: 100%;
    z-index: 5
}

.g-head a.logo {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.62rem;
    background: url(../images/logo.png) center no-repeat;
    background-size: 100%
}

.g-head .language {
    position: absolute;
    top: 0;
    right: 0;
    height: 1rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .16rem
}

.g-head .language a {
    color: #fff
}

.g-head .language .search {
    margin-left: .38rem;
    width: .15rem;
}

.g-head .language .search a {
    display: block;
    width: .18rem;
    height: .18rem;
    background: url(../images/denglu.png) center no-repeat;
    background-size: 100%;
}

.g-head .navA {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden
}

.g-head .navA i {
    font-family: "iconfont";
    font-style: normal;
    font-size: .2rem
}

    .headerBox {display:none;}
    .headMenu{display:none;}
.g-head .g-nav {
    position: absolute;
    top: 0;
    right: 0.62rem
}

.g-head .g-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.g-head .g-nav li {
    margin-left: 0.6rem;
    position: relative;
}

.g-head .g-nav .hover {
    border-bottom: 2px #fff solid;
    font-weight: b
}

.g-head .erji_menu {
    background: rgba(255,255,255,0.9);
    display: none;
    width: 185px;
    position: absolute;
    left: -80%;
    text-align: center;
}

.g-head .erji_menu a {
    font-size: 15px;
    display: block;
    width: 185px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dedede;
    color: #555;
    position: relative;
}

.g-head .erji_menu a:before {
    content: '';
    width: 2px;
    height: 0;
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
    background: #2153a8;
    transition: all 0.3s ease 0s;
}

.g-head .erji_menu .erji {
    background: #Fff;
    text-align: left;
}

.g-head .erji_menu .erji a {
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
}

.g-head .erji_menu .sanji a {
    font-size: 14px;
    font-weight: 500;
}

.g-head .erji_menu .sanji {
}

.g-head .erji_menu a:hover {
    background: #fff;
    color: #333;
}

.g-head .erji_menu a:hover:before {
    height: 16px;
}

.g-head .g-nav a.name {
    display: block;
    height: 1rem;
    line-height: 1rem;
    font-size: .16rem;
    color: #fff;
    position: relative
}

.g-head .g-nav a.name:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    right: 50%;
    height: 2px;
    background: #fff;
    opacity: 0
}

.g-head .g-nav a.name:hover:before,.g-head .g-nav a.name.on:before {
    left: 0;
    right: 0;
    opacity: 1
}

.g-head2 {
    height: 1rem
}

.g-head3 {
    height: 1rem
}

.g-head3 .head {
    background: #fff;
    border-bottom: #f0f0f0 solid 1px
}

.g-head3 .head:before {
    display: none
}

.g-head3 .head a.logo {
    width: 2.33rem;
    background-image: url(../images/logo233.png)
}

.g-head3 .head .g-nav a.name {
    color: #333
}

.g-head3 .head .g-nav a.name:before {
    display: none
}

.g-head3 .head .g-nav a.name:hover,.g-head3 .head .g-nav a.name.on {
    color: #025ab7
}

.g-head3 .head .language {
    color: #333
}

.g-head3 .head .language a {
    color: #333;
}

.g-head3 .head .language .search a {background: url(../images/dengluh.png) center no-repeat;}

.g-foot {
    background: #00162c;
    color: #fff;
    font-size: .14rem
}

.g-foot a {
    color: #fff
}

.g-foot .head {
    border-bottom: rgba(255,255,255,.08) solid 1px
}

.g-foot .head .wal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1.26rem
}

.g-foot .head .logo {
    width: 1.91rem
}

.g-foot .head .nav {
    padding-top: .1rem
}

.g-foot .head .nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.g-foot .head .nav li {
    margin-left: .65rem
}

.g-foot .head .nav a {
    font-size: .16rem;
    color: #c1c8d1
}

.g-foot .head .nav a:hover {
    color: #fff
}

.g-foot .bd .wal {
    height: 2.58rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.g-foot .bd .wal .list {
    width: 8rem
}

.g-foot .bd .wal .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.g-foot .bd .wal .list li {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .11rem 0
}

.g-foot .bd .wal .list li .ico {
    width: .4rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: .1rem
}

.g-foot .bd .wal .list li p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: .14rem;
    line-height: .22rem;
    color: #aab5bf
}

.g-foot .bd .wal .list li.tel p {
    color: #fff
}

.g-foot .bd .wal .list li.tel p em {
    font-family: "Impact";
    font-size: .24rem
}

.g-foot .bd .wal .ewm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .2rem 0 .1rem;
    width: 2.86rem;
    height: 1.45rem;
    border: #012a53 solid 1px;
    border-radius: 2px;
    position: relative
}

.g-foot .bd .wal .ewm:after {
    content: "";
    display: block;
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    background: url(../images/img288.png) center no-repeat;
    background-size: 100% 100%
}

.g-foot .bd .wal .ewm img {
    width: 1.25rem
}

.g-foot .bd .wal .ewm .col {
    width: 1.12rem;
    color: #aab5bf
}

.g-foot .bd .wal .ewm .col .name {
    font-size: .16rem;
    padding-bottom: .05rem
}

.g-foot .bd .wal .ewm .col p {
    line-height: .22rem
}

.g-foot .foot {
    border-top: rgba(255,255,255,.08) solid 1px;
    color: #8f979f
}

.g-foot .foot .wal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: .66rem
}

@media screen and (max-width: 800px) {
    html {
        font-size:50px
    }

    .wal,.wal-1200 {
        margin: 0 .6rem
    }

    body.navShow {
        overflow: hidden
    }

    body.navShow .g-head .head:before {
        opacity: 1
    }

    body.navShow .g-head a.navA i:nth-child(1) {
        display: none
    }

    body.navShow .g-head a.navA i:nth-child(2) {
        display: block
    }

    body.navShow .g-head .g-nav {
        right: 0;
        left: 0
    }

    .g-head .head {
        position: fixed;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        padding: 0
    }
    /**/.headMenu {cursor:pointer;display: block;float:right;margin-top: 18px;}
.headMenu span {width:28px;display:block;height:3px;margin-bottom:6px;background: #fff;}
.headMenu .headMenu-span1 {}
.headMenu .headMenu-span2 {}
.headMenu .headMenu-span3 {margin-bottom:0;}
/**/.headerBox {display:none;position:fixed;width:100%;height:100vh;top:0;right:0;background:rgba(0,0,0,0.6);z-index:9999;}
.headerBox-div {float:right;position:relative;right:-68%;width:66%;height:100%;background:#fff;}
.headerBox-div.on {right:0;}
.headerBox .headerBox-lang {background:rgba(188,159,95,0.18);font-size:0.6em;position:relative;padding:0 7% 0 5%;color:#999;display:flex;align-items:center;text-align:center;margin-bottom: 1rem;}
.headerBox .headerBox-lang a {text-transform:uppercase;display:inline-block;color:#bc9f5f;font-size:16px;padding:8px;vertical-align:middle;flex:1;}
.headerBox-cls {cursor:pointer;height:57px;line-height:57px;background: #025ab7;}
.headerBox-cls p{color: #Fff;padding-left: 20px;width: 50%;float: left;font-size: 18px;line-height: 57px;}
.headerBox-cls img {float:right;margin:7px;width: 42px;}
.headerBox-ul {position:relative;overflow-y:auto;height:100%;width: 100%;}
.headerBox li {position:relative;width:100%;border-bottom:1px solid #f2f2f2;}
.headerBox a {display:block;padding:0 8%;line-height: 45px;font-size: 16px;color: #222;position:relative}
.headerBox li img {float:right;display:block;margin:24px 0;}
.headerBox-li {position:absolute;top:0;left:100%;width:100%;background:#fff;height:100%;}
.headerBox-li.on {left:0;}
.headerBox-li-item .headerBox-li-back {background:rgba(188,159,95,0.68);}
.headerBox-li-item .headerBox-li-back a {color:#fff;}
.headerBox-li-item .headerBox-li-back span {cursor:pointer;font-size:13px;color:#fff;position:absolute;right:0;top:0;height:100%;padding:0 6%;background:rgba(188,159,95,0.8);}

    .g-head .language {
        right: 1rem;
        height: 1rem;
        font-size: .24rem
    }

    .g-head .language .search {
        width: .22rem
    }

    .g-head .language .search a {
        width: .22rem
    }

    .g-head .navA {
        right: -0.3rem;
        opacity: 1;
        visibility: visible;
        color: #fff
    }

    .g-head .navA i {
        font-family: "iconfont";
        font-style: normal;
        font-size: .3rem
    }

    .g-head .navA i:nth-child(2) {
        display: none
    }

    .g-head .g-nav {
        position: fixed;
        bottom: 0;
        right: -100%;
        left: 100%;
        top: 1rem;
        overflow-y: auto;
        background: -webkit-linear-gradient(14deg,#0967C2,#293E86);
        background: linear-gradient(76deg,#0967C2,#293E86);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-top: rgba(255,255,255,.3) solid 1px
    }

    .g-head .g-nav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .g-head .g-nav li {
        margin: 0;
        width: 100%;
        border-bottom: rgba(255,255,255,.1) solid 1px
    }

    .g-head .g-nav a.name {
        font-size: .28rem;
        padding-left: .5rem
    }

    .g-head .g-nav a.name:before {
        display: none
    }

    .g-foot {
        font-size: .22rem
    }

    .g-foot .head .nav {
        display: none
    }

    .g-foot .bd .wal {
        height: auto;
        padding: .5rem 0;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .g-foot .bd .wal .list {
        width: 5rem
    }

    .g-foot .bd .wal .list li {
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: .1rem 0
    }

    .g-foot .bd .wal .list li p {
        font-size: .22rem;
        line-height: .4rem;
        margin-right: -1rem
    }

    .g-foot .bd .wal .list li.tel p em {
        font-size: .32rem
    }

    .g-foot .bd .wal .ewm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .12rem;
        width: 1.8rem;
        height: 2.2rem
    }

    .g-foot .bd .wal .ewm:after {
        display: none
    }

    .g-foot .bd .wal .ewm img {
        width: 100%
    }

    .g-foot .bd .wal .ewm .col {
        width: 100%;
        text-align: center
    }

    .g-foot .bd .wal .ewm .col .name {
        font-size: .24rem
    }

    .g-foot .bd .wal .ewm .col p {
        line-height: .2rem;
        display: none
    }

    .g-foot .foot .wal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: .4rem;
        padding: .2rem 0
    }

    .g-foot .foot p {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 550px) {
    .wal,.wal-1200 {
        margin:0 .3rem
    }
}

.ellipsis,.news li a .bd .name,.index-news .list li a .bd .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#index {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: #004ca1;
    color: #fff
}

.index-slide {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.bannertp img {
    position: absolute;
    height: 100%;
}

.index-video video {
    display: block;
    min-height: 100vh;
    min-width: 100vw;
    -o-object-fit: cover;
    object-fit: cover
}

.banner_title {
    font-size: 58px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.banner_en {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 21px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: bold;
    width: 130px;
    height: 2px;
    background: #fefeff;
    margin-left: 9px;
    box-shadow: 5px 5px 5px #060606;
}

.banner_text {
    font-size: 26px;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 400;
}

.width-auto {
    width: 100%;
    padding: 0px 200px;
    position: relative;
}

.center {
    position: absolute;
    top: 43%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-foot {
    position: fixed;
    z-index: 20;
    left: .6rem;
    right: .6rem;
    bottom: .36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.index-foot p {
    font-size: .14rem;
    color: #fff;
    line-height: .24rem
}

.index-foot a.btn {
    width: .51rem;
    display: block;
    position: relative;
    top: 0
}

.index-title {
    position: relative
}

.index-title .en {
    font-family: "Impact";
    font-size: .72rem;
    line-height: .58rem;
    text-transform: uppercase;
    height: .75rem;
    opacity: .1
}

.index-title h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .36rem;
    line-height: 1em;
    background: url(../images/img242.png) center no-repeat;
    background-size: auto .24rem;
    width: 2.42rem;
    text-align: center;
}

.index-btn,.index-contact .container .more a,.index-news .head .btns a,.index-application .container .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: .14rem;
    width: 1.4rem;
    height: .36rem;
    border: rgba(255,255,255,.5) solid 1px
}

.index-btn:hover,.index-contact .container .more a:hover,.index-news .head .btns a:hover,.index-application .container .btn a:hover {
    background: #fff;
    color: #025ab7
}

.index-about {
    background: url(../images/index-about.jpg) center no-repeat;
    background-size: cover
}

.index-about .wal {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 16.84vh;
    max-width: 8.5rem;
}

.index-about .wal .index-title h2 {
    width: 100%;
    background-image: url(../images/img24.png)
}

.index-about .wal .content {
    padding: .3rem 0 .55rem 0;
    font-size: .16rem;
    line-height: 2.4em;
}

.index-about .wal .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-about .wal .list li {
    width: 1.36rem
}

.index-about .wal .list li .num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index-about .wal .list li .num span {
    font-size: .4rem;
    font-family: "Impact";
    margin-right: .06rem;
    position: relative;
    top: -0.02rem
}

.index-about .wal .list li .num b {
    font-size: .46rem;
    font-weight: 400
}

.index-about .wal .list li .num em {
    font-size: .22rem
}

.index-about .wal .list li p {
    font-size: .14rem;
    opacity: .7;
    margin-right: -0.5rem;
    margin-left: -0.5rem
}

.index-about .canvas {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 16rem;
    margin-left: -8rem;
    margin-top: -8rem
}

.index-about .canvas canvas {
    width: 100%
}

.index-application {
    position: relative;
    background: url(../images/index-application-bg.jpg) center no-repeat;
    background-size: cover
}

.index-application .wal {
    max-width: 15.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 5
}

.index-application .container {
    width: 6.12rem;
    margin-top: .5rem;
    position: relative;
    min-height: 3rem;
    padding-left: .71rem
}

.index-application .container .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.index-application .container .title h5 {
    font-size: .2rem;
    margin-right: .1rem;
    line-height: 1em
}

.index-application .container .title:after {
    display: block;
    content: "";
    background: url(../images/img23.png) center no-repeat;
    background-size: 100%;
    width: .23rem;
    height: .14rem
}

.index-application .container .content {
    font-size: .16rem;
    line-height: .28rem;
    text-align: justify;
    padding: .35rem 0 .45rem 0
}

.index-application .container:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/img12.png) center no-repeat;
    background-size: 100% 100%;
    width: .12rem;
    height: 2.87rem
}

.index-application .canvas {
    position: absolute;
    right: 0;
    top: 50%;
    width: 11.9rem;
    margin-top: -4.75rem
}

.index-application .canvas canvas {
    width: 100%
}

.index-news {
    background: url(../images/index-news.jpg) center no-repeat;
    background-size: cover
}

.index-news .wal {
    max-width: 14.8rem;
    position: relative;
    height: 100vh
}

.index-news .head {
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -2.25rem
}

.index-news .head .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.index-news .head .btns a {
    margin-left: .2rem
}

.index-news .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.2rem;
    margin-right: -0.2rem
}

.index-news .list li {
    width: 25%;
    padding: 38.9vh .2rem 0 .2rem;
    position: relative;
    height: 100vh
}

.index-news .list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 100%;
    background: rgba(0,78,162,.85)
}

.index-news .list li a {
    display: block;
    color: #fff;
    position: relative
}

.index-news .list li a .zoomImg img {
    width: 100%;
    height: 2.4rem
}

.index-news .list li a .bd {
    padding-top: .12rem
}

.index-news .list li a .bd .name {
    font-size: .16rem;
    height: .45rem;
    line-height: .45rem
}

.index-news .list li a .bd p {
    font-size: .14rem;
    line-height: .22rem;
    height: .44rem;
    overflow: hidden
}

.index-news .list li a .bd .more {
    font-size: .12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .26rem 0
}

.index-news .list li a .bd .more:after {
    display: block;
    content: "";
    background: url(../images/img33.png) center no-repeat;
    background-size: 100%;
    width: .33rem;
    height: .1rem
}

.index-news .list li:hover:before {
    top: 0
}

.index-contact {
    background: url(../images/index-contact.jpg) center no-repeat;
    background-size: cover
}

.index-contact .wal {
    max-width: 15.2rem;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .5rem
}

.index-contact .container {
    width: 4.4rem
}

.index-contact .container h5 {
    padding: .75rem 0 .45rem 0;
    font-size: .24rem
}

.index-contact .container .list {
    padding-bottom: .45rem
}

.index-contact .container .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .19rem
}

.index-contact .container .list li .ico {
    width: .22rem;
    height: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: .1rem
}

.index-contact .container .list li p {
    font-size: .16rem;
    line-height: .3rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}
.input-b{}
.index-contact .form {
    width: 8.4rem;
    min-height: 5.35rem;
    background: rgba(255,255,255,.5);
    padding: .57rem
}

.index-contact .form .title {
    text-align: center;
    position: relative;
    margin-bottom: .4rem
}

.index-contact .form .title .en {
    font-family: "Impact";
    font-size: .7rem;
    line-height: .58rem;
    text-transform: uppercase;
    height: .75rem;
    opacity: .2
}

.index-contact .form .title h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .36rem;
    line-height: 1em;
    right: 0
}

.index-contact .form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-contact .form ul li {
    padding-bottom: .2rem;
    width: 3.48rem
}

.index-contact .form ul li .input {
    background: rgba(255,255,255,.7)
}

.index-contact .form ul li .input input::-webkit-input-placeholder {
    color: #999
}

.index-contact .form ul li .input input::-moz-placeholder {
    color: #999
}

.index-contact .form ul li .input input:-moz-placeholder {
    color: #999
}

.index-contact .form ul li .input input:-ms-input-placeholder {
    color: #999
}

.index-contact .form ul li .input textarea::-webkit-input-placeholder {
    color: #999
}

.index-contact .form ul li .input textarea::-moz-placeholder {
    color: #999
}

.index-contact .form ul li .input textarea:-moz-placeholder {
    color: #999
}

.index-contact .form ul li .input textarea:-ms-input-placeholder {
    color: #999
}

.index-contact .form ul li .input input,.index-contact .form ul li .input textarea {
    width: 100%;
    height: .42rem;
    line-height: .22rem;
    padding: .1rem .14rem;
    font-size: .14rem;
    color: #333
}

.index-contact .form ul li .input textarea {
    height: 1.1rem
}

.index-contact .form ul li.li_01 {
    width: 100%
}

.index-contact .form ul li.lzm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-contact .form ul li.lzm .input {
    width: 2.4rem
}

.index-contact .form ul li.lzm .img img {
    height: .42rem;
    opacity: .7
}

.index-contact .form .submit div {
    background: #025ab7
}

.index-contact .form .submit input {
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: .14rem;
    height: .42rem;
    line-height: 1em
}

.p-title {
    position: relative
}

.ys_main .p-title h2 {
    font-size: .4rem;
}

.p-title .en {
    font-size: .6rem;
    line-height: .43rem;
    color: #3381ca;
    opacity: .25;
    font-family: "Impact";
    text-transform: uppercase
}

.p-title h2 {
    color: #fff;
    width: 2.88rem;
    font-size: .3rem;
    line-height: 1em;
    position: absolute;
    left: 0;
    bottom: -0.04rem;
    text-align: center;
    width: 3.5rem;
    background-size: auto .25rem;
}

.news-head {
    border-bottom: rgba(255,255,255,.23) solid 1px
}

.news-head .wal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .54rem 0 .3rem 0
}

.news-head .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.news-head .btns a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: .2rem;
    font-size: .16rem;
    width: 1.31rem;
    height: .43rem;
    color: #fff;
    border: rgba(248,248,248,.49) solid 1px;
    line-height: 1em
}

.news-head .btns a:hover,.news-head .btns a.on {
    color: #07a9ed;
    border-color: #07a9ed
}

.news {
    padding-top: .3rem
}

.news ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.3rem
}

.news li {
    width: 25%;
    padding: 0 0 .3rem .3rem
}

.news li a {
    display: block;
    background: -webkit-linear-gradient(14deg,#0967C2,#293E86);
    background: linear-gradient(76deg,#0967C2,#293E86);
    color: #fff;
    font-size: .14rem
}

.news li a .zoomImg img {
    width: 100%;
    height: 2.03rem
}

.news li a .bd {
    background: #3e6ec2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: #3e6ec2 solid 1px;
    border-top: 0;
    padding: 0 .14rem
}

.news li a .bd .time {
    padding-top: .2rem
}

.news li a .bd .name {
    font-size: .18rem;
    height: .38rem;
    line-height: .38rem
}

.news li a .bd p {
    font-size: .14rem;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    margin-top: .04rem
}

.news li a .bd .more {
    margin-left: -0.14rem;
    margin-right: -0.14rem;
    padding-left: .14rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: .54rem;
    border-top: rgba(243,243,243,.13) solid 1px;
    margin-top: .16rem
}

.news li a .bd .more:after {
    display: block;
    content: "";
    width: .63rem;
    height: .54rem;
    border-left: rgba(243,243,243,.13) solid 1px;
    background: url(../images/img17.png) center no-repeat;
    background-size: .17rem
}

.news li a:hover .bd {
    background: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0)
}

.p-more {
    padding: .2rem 0 1rem 0
}

.p-more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .16rem;
    color: #88d6ff;
    line-height: 1em
}

.p-more a img {
    width: .25rem;
    margin-left: .1rem
}

.p-scroll-ico {
    width: .24rem;
    position: fixed;
    z-index: 20;
    left: 5.4%;
    top: 50%
}

.p-scroll-ico div {
    position: absolute;
    left: 0;
    top: .37rem;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.p-scroll-ico div i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: .35rem;
    background: url(../images/img4.png) center no-repeat;
    background-size: .04rem 100%
}

.application {
    background: url(../images/application.jpg) center no-repeat;
    background-size: cover;
    min-height: 9.84rem;
    padding: 2.2rem 0 1rem 0;
    color: #f6f7f9;
    position: relative;
    overflow: auto;
}

.application .title {
    padding: .6rem 0 .22rem 0
}

.application .title h5 {
    font-size: .24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: .32rem
}

.application .title h5 img {
    margin-left: .08rem
}

.application .title h5 i {
    display: block;
    border-radius: 50%;
    width: .04rem;
    height: .04rem;
    background: #fff;
    margin: 0 .05rem
}
.application .content span{color:#fff !important;}
.application .content {
    width: 6.18rem;
    font-size: .16rem;
    line-height: .28rem;
    text-align: justify;
    padding: .22rem 0 .5rem 0;
    border-top: rgba(175,201,233,.28) solid 1px
}

.application .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.application .content h5 {
    font-size: 18px;
}

.application .list li {
    width: .97rem;
    margin-right: .33rem
}

.application_left {
    width: 50%;
    float: left;
}

.yt {
    width: 50%;
    float: right;
    margin-top: -8%;
}

.yt img {
}

.application .canvas {
    position: absolute;
    bottom: 0;
    right: 11.5vw
}

.application .canvas canvas {
    display: block;
    width: 100%
}

.application .phone-img {
    display: none
}

.about {
    background: #022f72 url(../images/about.jpg) center top no-repeat;
    background-size: 100%;
    min-height: 100vh
}

.about-1 {
    width: 100%;
    overflow: hidden;
    position: relative
}

.about-1 #about {
    position: absolute;
    top: 20%;
    9%;8%;7%;6%;5%;4%;3%;2%;1%;0%;0;right: 0;
    width: 10.28rem;
    overflow: hidden;
}

.about-1 #about img {
    /* max-width:100%; */
    width: 70%;
    float: right;
}

.about-1 #about canvas {
    display: block;
    width: 100%
}

.about-1 .wal {
    min-height: 9.38rem;
    padding: 2.2rem 0 1rem 0;
    color: #fff;
    position: relative;
    z-index: 2;
}

.about-1 .p-title .en {
    letter-spacing: .08rem
}

.about-1 .p-title h2 {
    width: 2.88rem;
    background-image: url(../images/img288_2.png);
    background-size: auto .24rem
}

.about-1 .content {
    font-size: .14rem;
    line-height: .32rem;
    max-width: 6.61rem;
    padding: .25rem 0 .9rem 0;
    color: #fff;
}

.about-1 .content p {
    padding-bottom: .16rem;
    color: #fff !important;
}
.about-1 .content p span{
    color: #fff !important;
}
.about-1 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.about-1 .list li {
    margin-right: .4rem
}

.about-1 .list li .num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-1 .list li .num span {
    font-size: .4rem;
    font-family: "Impact";
    margin-right: .06rem;
    position: relative;
    top: -0.05rem
}

.about-1 .list li .num b {
    font-size: .18rem;
    font-weight: 400
}

.about-1 .list li .num em {
    font-size: .14rem
}

.about-1 .list li p {
    font-size: .16rem
}

.about-2 {
    padding-bottom: 2.92rem;
    position: relative;
    width: 100%;
    overflow: hidden
}

.about-2 .wal {
    position: relative;
    z-index: 5
}

.about-2 .p-title .en {
    letter-spacing: .08rem
}

.about-2 .list {
    padding-top: 0.36rem;
}

.about-2 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.2rem
}

.about-2 .list li {
    width: 25%;
    padding: 0 0 .2rem .2rem;
}

.about-2 .list .syfw {
    width: 20%;
}

.ys_main .about-2 {
    margin-top: 200px
}

.about-2 .list .box {
    position: relative;
    background: rgba(255,255,255,.09);
    min-height: 3.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .55rem
}

.about-2 .list .box:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/img345.png) center no-repeat;
    background-size: cover;
    opacity: 0
}

.ys_main .about-2 .list .box1:before {
    background: url(../images/box1.jpg) center no-repeat;
}

.ys_main .about-2 .list .box1:before {
    background: url(../images/box2.jpg) center no-repeat;
}

.ys_main .about-2 .list .box1:before {
    background: url(../images/box3.jpg) center no-repeat;
}

.ys_main .about-2 .list .box1:before {
    background: url(../images/box4.jpg) center no-repeat;
}

.ys_main .about-2 .list .box1:before {
    background: url(../images/box5.jpg) center no-repeat;
}

.about-2 .list .box .ico {
    position: relative;
    z-index: 2;
    width: 1.1rem;
    padding: .02rem;
    background: #fff;
    border-radius: 50%
}

.ys_main .about-2 .list .box {
    background: rgba(255,255,255,0.5);
}

.ys_main .about-2 .list .box .ico {
    background: border-box;
    width: 1.4rem;
}

.about-2 .list .box .bd {
    position: relative;
    color: #fff;
    text-align: center;
    min-height: 1.36rem;
}

.ys_main .about-2 .list .box .bd {
    margin-bottom: 35px;
}

.about-2 .list .box a {
    color: #fff;
    font-size: 16px;
    padding: 8px 26px;
    border: 1px #fff solid;
    border-radius: 50px;
    margin-bottom: 50px;
}

.about-2 .list .box .bd:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    width: 0;
    height: .02rem;
    background: #fff;
    margin-left: 0;
}

.about-2 .list .box .bd h5 {
    font-size: .24rem;
    font-weight: 400;
    padding: .3rem 0 .18rem 0
}

.ys_main .about-2 .list .box .bd p {
    margin-bottom: 40px;
    height: 45px;
}

.about-2 .list .box .bd p {
    font-size: .16rem;
    line-height: .26rem;
}

.about-2 .list .box:hover:before {
    opacity: 1
}

.about-2 .list .box:hover .bd:before {
    width: .9rem;
    opacity: 1;
    margin-left: -0.45rem
}

.about-2 .waves {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 7rem
}

.about-3 {
    background: #fafafa;
    width: 100%;
    overflow: hidden;
    position: relative
}

.about-3 .wal {
    padding: 1.16rem 0
}

.about-3 .p-title .en {
    letter-spacing: .08rem;
    color: #004974;
    opacity: .1
}

.about-3 .p-title h2 {
    color: #025ab7;
    background-image: url(../images/img224.png);
    background-size: auto .24rem
}

.about-3 .list {
    position: relative;
    padding: .28rem 0 0 0
}

.about-3 .list .swiper-scrollbar {
    height: .03rem;
    margin-top: .45rem;
    background: none;
    background: #fff
}

.about-3 .list .swiper-scrollbar .swiper-scrollbar-drag {
    background: #025ab7
}

.about-3 .list .arrow a {
    display: block;
    width: .54rem;
    height: .54rem;
    background: center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -0.27rem
}

.about-3 .list .arrow a.prev {
    left: -0.5rem;
    background-image: url(../images/prev54.png)
}

.about-3 .list .arrow a.prev:hover {
    background-image: url(../images/prev54on.png)
}

.about-3 .list .arrow a.next {
    right: -0.5rem;
    background-image: url(../images/next54.png)
}

.about-3 .list .arrow a.next:hover {
    background-image: url(../images/next54on.png)
}

.about-3 .list-wrapper li {
    width: auto;
    padding: 0 .15rem
}

.about-3 .list-wrapper li .img {
    padding: .15rem;
    box-shadow: 0 1px .07rem 0 rgba(0,51,153,.13);
    background: #fff
}

.about-3 .list-wrapper li .img img {
    height: 2.87rem
}

.sec_5_2 li.item {
    /* overflow:hidden; */
    padding: 0 !important;
    position: relative;
    margin-bottom: 38px;
    background: none;
}

.sec_5_2 li.item:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.sec_5_2 li.item a.thumb span.thumb {
}

.sec_5_2 li.item a.thumb span.thumb img {
    width: 700px;
}

.sec_5_2 li.item div.info {
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 0 0 0 12px;
    padding: 40px 55px 40px 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 670px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.06);
    box-shadow: 0 0 60px rgba(0,0,0,0.06);
    background: linear-gradient(76deg,#0967C2,#293E86);
}

.sec_5_2 li.item div.info a.title {
    font-size: 28px;
    color: #fff;
}

.sec_5_2 li.item div.info div.desc {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 24px;
    overflow: hidden;
}


.sec_5_2 li.item div.info a.more {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.06);
    box-shadow: 0 0 30px rgba(0,0,0,0.06);
}

.sec_5_2 li.item div.info a.more {
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 0 12px 0 12px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.sec_5_2 li.item.right a.thumb {
    float: right;
}
.sec_5_2 li:nth-child(2) .thumb {
    float: left !important;
}
.sec_5_2 li:nth-child(2) .info{
    right: 0 !important;
    left: auto !important;
}
.sec_5_2 li.item.right div.info {
    left: 0;
    right: auto;
}

.job {
    padding: .56rem 0 .2rem 0
}

.job li {
    padding-bottom: .2rem
}

.job li .head {
    background: #fff;
    font-size: .16rem
}

.job li .head .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: #ededed solid 1px;
    height: .78rem;
    padding: 0 .38rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job li .head .row h5 {
    font-size: .2rem;
    font-weight: 400;
    line-height: .3rem;
    padding-left: .29rem;
    background: url(../images/img20.png) left center no-repeat;
    background-size: .2rem
}

.job li .head .row .btn {
    cursor: pointer;
    color: #999;
    padding-right: .22rem;
    background: url(../images/img12_1.png) right center no-repeat;
    background-size: .12rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job li .head dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: .78rem;
    color: #666;
    padding: 0 .38rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job li .container {
    background: #fff;
    border-top: #ededed solid 1px;
    padding: .24rem .38rem .4rem .38rem;
    display: none
}

.job li .container h5 {
    font-size: .18rem;
    line-height: .34rem;
    font-weight: 400;
    padding-bottom: .06rem
}

.job li .container .content {
    font-size: .16rem;
    line-height: .34rem;
    color: #666;
    padding-bottom: .3rem
}

.job li .container .btn {
    padding-top: .12rem
}

.job li .container .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .02rem;
    width: 1.41rem;
    height: .48rem;
    background: -webkit-linear-gradient(95deg,#0056A7,#007DC9);
    background: linear-gradient(-5deg,#0056A7,#007DC9);
    color: #fff;
    font-size: .16rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.job li .container .btn a:after {
    display: block;
    content: "";
    width: .07rem;
    height: .13rem;
    margin-left: .17rem;
    background: url(../images/img7.png) center no-repeat;
    background-size: 100%
}

.job li.on .head .row {
    border-color: rgba(0,0,0,0);
    height: .52rem;
    padding-top: .25rem
}

.job li.on .head .row .btn {
    color: #025ab7;
    background-image: url(../images/img12_1on.png)
}

.job li.on .head dl {
    height: .55rem
}

.news-bg {
    position: relative;
    min-height: 100vh
}

.news-bg .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%
}

.news-bg .bg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -4rem;
    background: #f9f9f9
}

.news-bg .wal {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.w1055 {
    width: 10.55rem
}

.p-curr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: .55rem;
    font-size: .14rem;
    color: #999;
    position: relative
}

.p-curr:after {
    content: "";
    display: block;
    position: absolute;
    left: -100vh;
    bottom: 0;
    right: 0;
    height: 1px;
    background: rgba(204,204,204,.3)
}

.p-curr a {
    color: #999
}

.p-curr a:hover {
    color: #025ab7
}

.p-curr .curr em {
    padding: 0 .08rem
}

.p-curr span {
    color: #025ab7
}

.p-curr a.back {
    background: url(../images/back16.png) right center no-repeat;
    background-size: .16rem;
    padding-right: .26rem
}

.p-curr a.back:hover {
    background-image: url(../images/back16on.png)
}

.news-show {
    padding-bottom: .7rem
}

.news-show .head {
    position: relative;
    z-index: 5
}

.news-show .head:after {
    content: "";
    display: block;
    position: absolute;
    left: -100vh;
    bottom: 0;
    right: 0;
    height: 1px;
    background: rgba(204,204,204,.3)
}

.news-show .head h2 {
    font-size: .3rem;
    font-weight: 400;
    padding: .4rem 0 .2rem 0
}

.news-show .head .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: .3rem
}

.news-show .head .row ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.news-show .head .row li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .35rem;
    font-size: .14rem;
    color: #828282
}

.news-show .head .row li img {
    height: .16rem;
    margin-right: .09rem
}

.news-show .head .row .share {
    background: url(../images/img17_2.png) center no-repeat;
    background-size: 100%;
    width: .17rem;
    height: .17rem;
    position: relative;
    z-index: 5
}

.news-show .head .row .share .layer {
    position: absolute;
    top: 100%;
    right: -0.2rem;
    background: url(../images/img177.png) center no-repeat;
    background-size: 100% 100%;
    width: 1.77rem;
    height: .92rem;
    padding: .16rem .2rem 0 .2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-show .head .row .share .layer dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: .5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-show .head .row .share .layer dd {
    padding: 0 .15rem
}

.news-show .head .row .share .layer dd a {
    display: block;
    width: .22rem
}

.news-show .head .row .share:hover .layer {
    opacity: 1;
    visibility: visible
}

.news-show .content {
    padding: .3rem 0 .4rem 0;
    font-size: .16rem;
    line-height: 2em;
    text-align: justify;
    color: #6d6d6d
}

.news-show .content .img {
    padding: .25rem 0
}

.news-show .p-num {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: .6rem;
    padding: 0 .25rem
}

.news-show .p-num a.arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
    font-size: .16rem;
    color: #8a8a8a
}

.news-show .p-num a.arrow span {
    font-family: "iconfont";
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 .05rem
}

.news-show .p-num a.arrow:hover {
    color: #025ab7
}

.news-show .p-num a.btn {
    background: url(../images/img22.png) center no-repeat;
    background-size: 100%;
    width: .22rem;
    height: .22rem
}

.news-side {
    width: 2.93rem
}

.news-side h2 {
    font-size: .24rem;
    font-weight: 400;
    line-height: 1em;
    padding: .65rem 0 .24rem 0
}

.news-side .list li {
    padding-bottom: .3rem
}

.news-side .list a {
    display: block;
    padding-bottom: .2rem;
    border-bottom: #e7e7e7 solid 1px;
    font-size: .14rem
}

.news-side .list a .time {
    color: #666;
    padding-top: .18rem
}

.news-side .list a .name {
    font-size: .18rem;
    padding: .08rem 0 .12rem 0
}

.news-side .list a p {
    line-height: .26rem;
    color: #636363
}

.contact {
    position: relative
}

.contact .wal {
    min-height: 100vh;
    padding: .81rem 5.2rem .81rem 0;
}

.contact .p-title .en {
    color: #fff;
    opacity: .1;
}

.contact .p-title h2 {
    color: #fff;
    background-image: url(../images/img242.png);
    background-size: auto .24rem;
}

.contact .p-title a {
    center: #fff !images;
}

.contact .list {
    padding: .35rem 0 .25rem 0;
    position: relative
}

.contact .list:after {
    content: "";
    display: block;
    position: absolute;
    left: -100vh;
    bottom: 0;
    right: -0.5rem;
    height: 1px;
    background: rgba(204,204,204,.3)
}

.contact .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 9.6rem
}

.contact .list li {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .3rem
}

.contact .list li .ico {
    width: .38rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: .1rem
}

.contact .list li .name {
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
}

.contact .list li p {
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
}

.contact .list li p a {
    color: #fff;
}

.contact .list li h5 {
    font-size: .24rem;
    line-height: .24rem
}

.contact .form {
    padding-top: .6rem
}

.contact .form .p-title h2 {
    width: 1.54rem;
    background-image: url(../images/img242.png);
}

.contact .form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .25rem
}

.contact .form li {
    margin-bottom: .34rem;
    width: 3.36rem;
    border-bottom: #ebebeb solid 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contact .form li .name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: .16rem;
    padding-right: .1rem;
    color: #fff;
}

.contact .form li .name em {
    color: red
}

.contact .form li .input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%
}

.contact .form li .input input::-webkit-input-placeholder {
    color: #fff
}

.contact .form li .input input::-moz-placeholder {
    color: #999
}

.contact .form li .input input:-moz-placeholder {
    color: #999
}

.contact .form li .input input:-ms-input-placeholder {
    color: #999
}

.contact .form li .input textarea::-webkit-input-placeholder {
    color: #999
}

.contact .form li .input textarea::-moz-placeholder {
    color: #999
}

.contact .form li .input textarea:-moz-placeholder {
    color: #999
}

.contact .form li .input textarea:-ms-input-placeholder {
    color: #999
}

.contact .form li .input input {
    width: 100%;
    font-size: .16rem;
    height: .48rem;
    line-height: .48rem;
    color: #fff;
}

.contact .form li.li_01 {
    width: 100%
}

.contact .form li.lzm {
    position: relative
}

.contact .form li.lzm .img {
    width: 1.26rem;
    position: absolute;
    left: 100%;
    margin-left: .5rem;
    bottom: 0
}

.contact .form .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .16rem
}

.contact .form .btns div {
    width: 3.45rem;
    border: #ebebeb solid 1px
}

.contact .form .btns input {
    width: 100%;
    height: .48rem;
    line-height: 1em;
    cursor: pointer;
    font-size: .16rem;
    color: #fff;
}

.contact .form .btns div:hover {
    background: #025ab7;
    border-color: #025ab7
}

.contact .form .btns div:hover input {
    color: #fff
}

.contact .map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(40% - .5rem);
}

@media screen and (max-width: 800px) {
    .index-video video {
    }
.width-auto{
    padding: 0;
    width: 90%;
    margin: auto;
}
    .banner_title{
    font-size: 30px;
}
    .banner_text{
    font-size: 20px;
}
    .index-video .phone-img {
        background: center no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5
    }

    .index-foot {
        left: .3rem;
        right: .3rem;
        bottom: .3rem
    }

    .index-foot p {
        font-size: .22rem;
        line-height: .34rem
    }

    .index-btn,.index-application .container .btn a,.index-news .head .btns a,.index-contact .container .more a {
        font-size: .22rem;
        width: 1.3rem;
        height: .5rem
    }

    .index-about .wal .content {
        padding: .3rem 0 .55rem 0;
        font-size: .28rem;
        line-height: 1.7em
    }

    .index-about .wal .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index-about .wal .list li p {
        font-size: .22rem;
        margin-right: -0.1rem;
        margin-left: -0.1rem;
        line-height: .35rem;
        height: .7rem
    }

    .index-about .canvas {
        width: 12rem;
        margin-left: -6rem;
        margin-top: -6rem
    }

    .index-application .container {
        width: 100%;
        min-height: 60vh;
        padding-left: .4rem
    }

    .index-application .container .title h5 {
        font-size: .24rem;
        font-weight: 600
    }

    .index-application .container .content {
        font-size: .22rem;
        line-height: .4rem;
        padding: .25rem 0
    }

    .index-application .canvas {
        right: 50%;
        margin-right: -5rem;
        top: 50%;
        width: 10rem;
        margin-top: -1rem
    }

    .index-news .head {
        top: 2rem;
        margin-top: 0
    }

    .index-news .list {
        padding-top: 3.2rem
    }
.index-news .list:nth-child(2){display:none;}
    .index-news .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index-news .list li {
        width: 50%;
        padding: 0 .2rem;
        height: auto
    }
.index-news .list li:nth-child(3){}
    .index-news .list li:nth-child(4){}
    .index-news .list li:before {
        display: none
    }

    .index-news .list li a {
        padding-bottom: .2rem
    }

    .index-news .list li a .zoomImg img {
        height: auto;
    }

    .index-news .list li a .bd .name {
        font-size: .24rem;
        height: .55rem;
        line-height: .55rem
    }

    .index-news .list li a .bd p {
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem
    }

    .index-news .list li a .bd .more {
        font-size: .22rem
    }

    .index-contact .wal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-contact .container {
        width: 100%;
        position: relative
    }

    .index-contact .container h5 {
        padding: .35rem 0 .25rem 0;
        font-size: .28rem
    }

    .index-contact .container .list {
        padding-bottom: .3rem
    }

    .index-contact .container .list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index-contact .container .list li {
        min-width: 50%
    }

    .index-contact .container .list li p {
        font-size: .24rem
    }

    .index-contact .container .more {
        position: absolute;
        top: .2rem;
        right: 0
    }

    .index-contact .form {
        width: 100%;
        padding: .3rem;
        min-height: 1rem
    }

    .index-contact .form .title {
        margin-bottom: .3rem
    }

    .index-contact .form ul li {
        padding-bottom: .2rem;
        width: 3.1rem
    }

    .index-contact .form ul li .input input,.index-contact .form ul li .input textarea {
        height: .54rem;
        line-height: .34rem;
        padding: .1rem .2rem;
        font-size: .22rem
    }

    .index-contact .form ul li .input textarea {
        height: 1.1rem
    }

    .index-contact .form ul li.li_01 {
        width: 100%
    }

    .index-contact .form ul li.lzm .input {
        width: 1.8rem
    }

    .index-contact .form ul li.lzm .img img {
        height: .54rem
    }

    .index-contact .form .submit input {
        font-size: .24rem;
        height: .6rem
    }

    .news-head .btns a {
        font-size: .22rem;
        height: .52rem
    }

    .news li {
        width: 50%
    }

    .news li a {
        font-size: .2rem
    }

    .news li a .bd .name {
        font-size: .24rem;
        height: .52rem;
        line-height: .52rem
    }

    .news li a .bd p {
        font-size: .2rem;
        line-height: .34rem;
        height: .68rem
    }

    .news li a .bd .more {
        height: .6rem
    }

    .news li a .bd .more:after {
        height: .6rem
    }

    .p-more a {
        font-size: .24rem
    }

    .p-scroll-ico {
        display: none
    }

    .application {
        background: #025ab7;
        padding-bottom: 0;
        overflow: hidden;
        padding: 1.5rem 0 1rem 0;
    }
.application_left {width:100%;}
    .application .title {
        padding: .6rem 0 .22rem 0
    }
.yt{width:100%;}
    .application .title h5 {
        font-size: .26rem;
        height: .4rem
    }

    .application .title h5 img {
        width: .23rem
    }

    .application .content {
        width: 100%;
        font-size: .24rem;
        line-height: .44rem
    }

    .application .list li {
        width: 1.2rem
    }

    .application .phone-img {
        display: block
    }

    .application .canvas {
        position: static
    }

    .about {
        background-size: 120%
    }

    .about-1 #about {
        width: 7.5rem;
        right: 50%;
        margin-right: -3.75rem
    }

    .about-1 .wal {
    margin-top: 5rem;
    }

    .about-1 .content {
        font-size: .24rem;
        line-height: 1.8em;
        max-width: 100%;
        padding-top: .4rem
    }

    .about-1 .content p {
        padding-bottom: .24rem
    }

    .about-1 .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -0.4rem
    }

    .about-1 .list li {
        margin-right: 0;
        width: 50%;
        padding-bottom: .4rem
    }
.about-1 .sec_5_2 li{
    width: 100%;
}
    .sec_5_2 li.item div.info{
    padding: 4px;
}
    .sec_5_2 li.item a.thumb span.thumb img{width:100%;}
    .sec_5_2 li.item.right a.thumb{width:100%;float: left;margin-top: 350px;}
    .sec_5_2 li.item.right div.info{width:100%;padding: 15px;top: 0;}
    .about-1 .list li .num span {
        font-size: .6rem
    }

    .about-1 .list li .num b {
        font-size: .28rem
    }

    .about-1 .list li .num em {
        font-size: .24rem
    }

    .about-1 .list li p {
        font-size: .24rem
    }

    .about-2 {
        padding-top: .5rem;
        margin-top: 20px !important;
    }

    .about-2 .list li {
        width: 33% !important;
        height: 288px;
    }
.about-2 .list li:nth-child(1){
    width: 50% !important;
}
    .about-2 .list li:nth-child(2){
    width: 50% !important;
}.fwnr{margin-top: 1.5rem !important;}
    .about-2 .list .box .bd:before {
        display: none
    }

    .about-2 .list .box .bd h5 {
        font-size: .28rem;
        font-weight: bold
    }

    .about-2 .list .box .bd p {
        font-size: .22rem;
        line-height: .36rem
    }

    .about-2 .list li:nth-child(4) .box .bd p {
        padding: 0 .26rem
    }

    .about-3 .list .arrow a.prev {
        left: -0.2rem
    }

    .about-3 .list .arrow a.next {
        right: -0.2rem
    }

    .job li {
        padding-bottom: .3rem
    }

    .job li .head {
        font-size: .24rem
    }

    .job li .head .row {
        height: 1rem
    }

    .job li .head .row h5 {
        font-size: .28rem;
        font-weight: 600
    }

    .job li .head dl {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding: .2rem .38rem;
        line-height: 1.7em
    }

    .job li .container h5 {
        font-size: .28rem;
        line-height: .44rem;
        font-weight: 600
    }

    .job li .container .content {
        font-size: .24rem;
        line-height: .44rem
    }

    .job li .container .btn a {
        width: 1.8rem;
        height: .66rem;
        font-size: .24rem
    }

    .job li.on .head .row {
        height: .65rem
    }

    .job li.on .head dl {
        height: auto
    }

    .news-bg {
        background: #f9f9f9
    }

    .news-bg .bg {
        display: none
    }

    .news-bg .wal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .w1055 {
        width: 100%
    }

    .p-curr {
        height: .9rem;
        font-size: .22rem
    }

    .p-curr:after {
        left: 0
    }

    .news-show .head:after {
        left: 0
    }

    .news-show .head h2 {
        font-size: .32rem
    }

    .news-show .head .row li {
        font-size: .24rem
    }

    .news-show .head .row li img {
        height: .2rem
    }

    .news-show .head .row .share {
        display: none
    }

    .news-show .content {
        font-size: .24rem
    }

    .news-show .p-num {
        height: .8rem
    }

    .news-show .p-num a.arrow {
        font-size: .24rem
    }

    .news-side {
        width: 100%;
        padding-bottom: .8rem
    }

    .news-side h2 {
        font-size: .3rem;
        font-weight: 600
    }

    .news-side .list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .news-side .list li {
        width: 48%
    }

    .news-side .list li:nth-child(3) {
        display: none
    }

    .news-side .list a {
        font-size: .22rem
    }

    .news-side .list a .name {
        font-size: .26rem
    }

    .news-side .list a p {
        line-height: .22rem;
        line-height: 1.6em
    }

    .contact .wal {
        min-height: 50vh;
        padding: .81rem 0
    }

    .contact .list:after {
        left: 0;
        right: 0
    }

    .contact .list ul {
        width: 100%
    }

    .contact .list li {
        width: auto;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-width: 50%
    }

    .contact .list li .name {
        font-size: .24rem;
        line-height: .34rem
    }

    .contact .list li p {
        font-size: .24rem;
        line-height: .34rem
    }

    .contact .list li h5 {
        font-size: .34rem;
        line-height: .34rem
    }

    .contact .form li .name {
        font-size: .24rem
    }

    .contact .form li .input input {
        font-size: .24rem;
        height: .7rem;
        line-height: .7rem
    }

    .contact .form li.lzm .img {
        width: 2rem
    }

    .contact .form .btns div {
        width: 3.2rem
    }

    .contact .form .btns input {
        height: .6rem;
        font-size: .26rem
    }

    .contact .map {
        position: relative;
        width: 100%;
        height: 4.6rem
    }
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

/**/
.basewidth {
    width: 100%;
    margin: 0 auto;
    clear: both;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
}

.i-make .make-head {
    text-align: center;
    color: #444444;
    padding: 50px 0;
}

.i-make .make-head h1 {
    font-family: "act";
    font-size: 42px;
    text-transform: uppercase;
    color: #1b53a1;
}

.i-make .make-head p {
    font-size: 28px;
}

.make-swiper {
    height: 940px;
}

.make-swiper .swiper-slide {
    background-size: inherit;
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 25% !important;
    background-size: cover;
}

.make-swiper .swiper-slide em {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    font-size: 0.3rem;
    color: white;
    font-style: normal;
    line-height: 25px;
    font-weight: bold;
}

.make-swiper .swiper-slide i {
    position: absolute;
    top: 48.5%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    width: 100%;
    text-align: center;
    font-family: "Arial";
    color: white;
    font-size: 0.14rem;
    font-style: normal;
}

.make-swiper .swiper-slide .ht {
    position: absolute;
    top: 52%;
    left: 50%;
    height: 2px;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 1rem;
}

.make-swiper .swiper-slide .product_more {
    position: absolute;
    top: 58%;
    left: 50%;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    width: 1.5rem;
    border: 2px #fff solid;
    border-radius: 30px;
    color: #fff;
    transform: translate(-50%,-50%);
}

.make-swiper .swiper-slide .product_more:hover {
    background: #025ab7;
    color: #fff;
    transition: 0.3s;
}

.make-s {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    font-size: 0.34rem;
    color: white;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

.make-swiper .swiper-slide:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}

.make-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all .2s;
    box-sizing: border-box;
    padding: 0.3rem;
    height: 2.5rem;
    background-color: rgba(30,85,165,0.8);
    color: white;
}

.make-title h1 {
    font-size: 28px;
    line-height: 50px;
    color: #fff;
}

.make-title p {
    color: white;
    font-size: 14px;
    line-height: 26px;
}

.make-title span {
    position: absolute;
    top: 15%;
    transform: translateY(-50%);
    right: 0;
    font-size: 30px;
}

.make-scrollbar {
    margin: 30px 18px 0;
    height: 3px;
    position: relative;
    background: #b2b2b2 !important;
    border-radius: 0 !important;
}

.make-scrollbar:before,.make-scrollbar:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

.make-scrollbar:before {
    background-image: url(../images/icon7.png);
    left: -18px;
}

.make-scrollbar:after {
    background-image: url(../images/icon8.png);
    right: -18px;
}

.make-scrollbar .swiper-scrollbar-drag {
    height: 10px;
    top: -3px;
    cursor: pointer;
    background: #024097;
    border-radius: 0;
}

.on:before {
    display: none !important;
}

.on .make-title {
    opacity: 1;
}

@media (max-width: 768px) {
    .about-2 .list .box .ico{display:block;}
    .make-swiper .swiper-slide {
        width:25% !important;
    }
.about-2 .list .box a{
    padding: 8px 14px;
    font-size: 14px;
}
    .make-s {
        font-size: 0.16rem;
        top: 41%;
    }

    .make-swiper .swiper-slide em {
        top: 35%;
    }

    .make-swiper .swiper-slide i {
        top: 50%;
        line-height: 18px;
        font-size: 0.14rem;
    }

    .make-swiper .swiper-slide .ht {
        top: 55%;
        display: none;
    }

    .make-swiper .swiper-slide .product_more {
        top: 62%;
        display: none;
    }

    #footer {
        display: none;
    }

    .make-swiper {
        height: 800px;
    }

    .i-make {
        height: 800px;
    }
}
.BMap_scaleBar{display:none}

@media screen and (max-width: 768px) {
    .pc_banner{display:none;} 
     .banner_m{display:none;}
     .m_banner_title{
        text-align: center;
        margin-top: 50px;
     }
     .m_banner_title span{
        font-size: 18px !important;
    }
   }
.input-b {background: rgba(255, 255, 255, .7);border:1px solid #dbdbdb;box-sizing:border-box;}
.input-top {display:flex;justify-content:space-between;margin-bottom: 0.1rem;}
.input-top .input-b {width: 32.1%;height: 48px;}
.input-top .input-b{color: #999;line-height: 40px;padding-left: 5px;display: flex;align-items: center;}
.input-b input {color:#333;line-height: 50px;width: 100%;}
.input-b span {white-space: nowrap;}
.input-bot  .input-b input {width: 60%;line-height: 50px;}
.textarea {border:1px solid #dbdbdb;box-sizing:border-box;margin-bottom: inherit;box-sizing:border-box;margin-bottom: 20px;background: rgba(255, 255, 255, .7);}
.textarea p {color:#999;font-size: 14px;margin-top: 8px;margin-left: 5px;}
.textarea textarea {width:100%;height: 100px;}
.input-b input::-webkit-input-placeholder {color:#909;}
.input-b input:-moz-placeholder {color:#909;opacity:1;}
.input-b input::-moz-placeholder {color:#909;opacity:1;}
.input-b input:-ms-input-placeholder {color:#909;}
.input-b input::-ms-input-placeholder {color:#909;}
.input-b input::placeholder {color:#909;}
.input-bot .le {display:flex;width: 100%;margin-bottom: 20px;}
.input-bot .le .input-b {width: 100%;line-height: 50px;display: flex;align-items: center;}
    .input-bot .le .input-b img{
    /* float: left; */
    width: 100px;
}
.input-bot .le .wecodeimg {width:2.5rem;text-align:center;height:1.5rem;line-height:1.5rem;border:1px solid #dbdbdb;box-sizing:border-box;border-left:none;background:#fff;}
.input-bot .le .wecodeimg img {width:80%;}
.input-bot .ri input {width: 120px;height: 50px;line-height: 50px;text-align:center;color:#fff;}
.input-bot .ri .reset_btn {background:#b5b5b5;}
.input-bot .ri .sub_btn {background:#00479d;margin-left: 10px;}